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

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

Completed in 166 milliseconds