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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
239 return CastInst::CreateZExtOrBitCast(C, DestTy);
TargetFolder.h 198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 1006 milliseconds