Searched defs:getSExt (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp1242 case Instruction::SExt: return getSExt(C, Ty);
1265 return getSExt(C, Ty);
1322 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { function in class:ConstantExpr
/external/llvm/lib/IR/
H A DConstants.cpp1472 return getSExt(C, Ty, OnlyIfReduced);
1505 return getSExt(C, Ty);
1578 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr

Completed in 82 milliseconds