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

/external/llvm/lib/IR/
H A DConstants.cpp1502 case Instruction::Trunc: return getTrunc(C, Ty);
1533 return getTrunc(C, Ty);
1587 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty) { function in class:ConstantExpr

Completed in 318 milliseconds