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

/external/llvm/lib/IR/
H A DConstants.cpp1463 case Instruction::BitCast: return getBitCast(C, Ty);
1469 return getBitCast(C, Ty);
1475 return getBitCast(C, Ty);
1481 return getBitCast(C, Ty);
1492 return getBitCast(S, Ty);
1654 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) { function in class:ConstantExpr

Completed in 73 milliseconds