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

/external/llvm/lib/IR/
H A DConstants.cpp1503 case Instruction::ZExt: return getZExt(C, Ty);
1521 return getZExt(C, Ty);
1615 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty) { function in class:ConstantExpr

Completed in 120 milliseconds