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

/external/llvm/lib/VMCore/
H A DConstants.cpp1382 case Instruction::BitCast: return getBitCast(C, Ty);
1388 return getBitCast(C, Ty);
1394 return getBitCast(C, Ty);
1400 return getBitCast(C, Ty);
1410 return getBitCast(S, Ty);
1572 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) { function in class:ConstantExpr

Completed in 45 milliseconds