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

/external/llvm/lib/IR/
H A DConstants.cpp1504 case Instruction::SExt: return getSExt(C, Ty);
1527 return getSExt(C, Ty);
1601 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { function in class:ConstantExpr

Completed in 1134 milliseconds