Home
last modified time | relevance | path

Searched refs:isCast (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h88 bool isCast() const { return isCast(getOpcode()); } in isCast() function
117 static inline bool isCast(unsigned OpCode) { in isCast() function
DInstrTypes.h615 return I->isCast();
DConstants.h752 bool isCast() const;
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp125 if (CastInst->isCast()) in findMatInsertPt()
218 if (Inst->isCast()) in collectConstantCandidates()
252 if (!CastInst->isCast()) in collectConstantCandidates()
266 if (!ConstExpr->isCast()) in collectConstantCandidates()
503 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
/external/llvm/include/llvm/IR/
DInstruction.h108 bool isCast() const { return isCast(getOpcode()); }
137 static inline bool isCast(unsigned OpCode) {
DConstants.h1028 bool isCast() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h117 bool isCast() const { return isCast(getOpcode()); } in isCast() function
151 static inline bool isCast(unsigned OpCode) { in isCast() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DIntrinsicInst.cpp36 if (CE->isCast()) in CastOperand()
DConstants.cpp741 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr
742 return Instruction::isCast(getOpcode()); in isCast()
1232 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast()
2112 } else if (isCast()) { in replaceUsesOfWithOnConstant()
DConstantFold.cpp83 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
85 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
529 if (CE->isCast()) { in ConstantFoldCastInstruction()
2249 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
DConstantsContext.h412 if (Instruction::isCast(V.opcode))
/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp59 if (CE->isCast()) in operator *()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp206 if (CE->isCast()) in visitLoadInst()
470 if (CE->isCast()) in visitStoreInst()
DInstCombineSelect.cpp129 if (TI->isCast()) { in FoldSelectOpOp()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp218 if (CE->isCast()) in SplitStaticCtorDtor()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp356 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp273 if (CE->isCast()) in SplitStaticCtorDtor()
/external/llvm/lib/IR/
DConstantFold.cpp80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
82 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
541 if (CE->isCast()) { in ConstantFoldCastInstruction()
2168 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
DConstantsContext.h506 if (Instruction::isCast(Opcode))
DConstants.cpp1064 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr
1065 return Instruction::isCast(getOpcode()); in isCast()
1460 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp600 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java899 boolean isCast) in invalidDim() argument
907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim()
/external/llvm/lib/Analysis/
DLint.cpp666 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
DConstantFolding.cpp932 if (Instruction::isCast(Opcode)) in ConstantFoldInstOperandsImpl()
1183 assert(Instruction::isCast(Opcode)); in ConstantFoldCastOperand()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp874 if (Instruction::isCast(CE->getOpcode())) { in WriteConstants()
1003 if (Instruction::isCast(I.getOpcode())) { in WriteInstruction()

12