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

/external/llvm/lib/IR/
H A DConstants.cpp1513 case Instruction::BitCast: return getBitCast(C, Ty);
1520 return getBitCast(C, Ty);
1526 return getBitCast(C, Ty);
1532 return getBitCast(C, Ty);
1548 return getBitCast(S, Ty);
1559 return getBitCast(S, Ty);
1721 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) { function in class:ConstantExpr
1747 C = getBitCast(C, MidTy);

Completed in 596 milliseconds