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

/external/llvm/lib/VMCore/
H A DConstants.cpp1371 case Instruction::Trunc: return getTrunc(C, Ty);
1401 return getTrunc(C, Ty);
1438 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty) { function in class:ConstantExpr

Completed in 118 milliseconds