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

  /external/llvm/include/llvm/Support/
NoFolder.h 238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
239 return CastInst::CreateZExtOrBitCast(C, DestTy);
ConstantFolder.h 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
TargetFolder.h 191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/
InstrTypes.h 434 static CastInst *CreateZExtOrBitCast(
442 static CastInst *CreateZExtOrBitCast(
    [all...]
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 666 return CastInst::CreateZExtOrBitCast(Arg0, II->getType());
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 159 milliseconds