HomeSort by relevance Sort by last modified time
    Searched defs:CreateZExtOrBitCast (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
240 return CastInst::CreateZExtOrBitCast(C, DestTy);
IRBuilder.h     [all...]

Completed in 98 milliseconds