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

  /external/llvm/include/llvm/IR/
NoFolder.h 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
240 return CastInst::CreateZExtOrBitCast(C, DestTy);
ConstantFolder.h 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
InstrTypes.h 630 static CastInst *CreateZExtOrBitCast(
638 static CastInst *CreateZExtOrBitCast(
    [all...]
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 471 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType());
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 224 milliseconds