/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 88 bool isCast() const { return isCast(getOpcode()); } in isCast() function 117 static inline bool isCast(unsigned OpCode) { in isCast() function
|
D | InstrTypes.h | 615 return I->isCast();
|
D | Constants.h | 752 bool isCast() const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 125 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/ |
D | Instruction.h | 108 bool isCast() const { return isCast(getOpcode()); } 137 static inline bool isCast(unsigned OpCode) {
|
D | Constants.h | 1028 bool isCast() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 117 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/ |
D | IntrinsicInst.cpp | 36 if (CE->isCast()) in CastOperand()
|
D | Constants.cpp | 741 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()
|
D | ConstantFold.cpp | 83 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()
|
D | ConstantsContext.h | 412 if (Instruction::isCast(V.opcode))
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 59 if (CE->isCast()) in operator *()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 206 if (CE->isCast()) in visitLoadInst() 470 if (CE->isCast()) in visitStoreInst()
|
D | InstCombineSelect.cpp | 129 if (TI->isCast()) { in FoldSelectOpOp()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExtractFunction.cpp | 218 if (CE->isCast()) in SplitStaticCtorDtor()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 356 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 273 if (CE->isCast()) in SplitStaticCtorDtor()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 80 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()
|
D | ConstantsContext.h | 506 if (Instruction::isCast(Opcode))
|
D | Constants.cpp | 1064 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/ |
D | Lint.cpp | 600 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 899 boolean isCast) in invalidDim() argument 907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 666 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
|
D | ConstantFolding.cpp | 932 if (Instruction::isCast(Opcode)) in ConstantFoldInstOperandsImpl() 1183 assert(Instruction::isCast(Opcode)); in ConstantFoldCastOperand()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 874 if (Instruction::isCast(CE->getOpcode())) { in WriteConstants() 1003 if (Instruction::isCast(I.getOpcode())) { in WriteInstruction()
|