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

/external/llvm/lib/VMCore/
H A DConstants.cpp1072 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty);
1362 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { function in class:ConstantExpr
1365 assert(C && Ty && "Null arguments to getCast");
1423 return getCast(opcode, C, Ty);
1435 return getCast(opcode, C, Ty);

Completed in 47 milliseconds