Searched refs:castIsValid (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2741 assert(castIsValid(op, S, Ty) && "Invalid cast!"); in Create() 2763 assert(castIsValid(op, S, Ty) && "Invalid cast!"); in Create() 3180 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid() function in CastInst 3297 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc"); in TruncInst() 3303 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc"); in TruncInst() 3309 assert(castIsValid(getOpcode(), S, Ty) && "Illegal ZExt"); in ZExtInst() 3315 assert(castIsValid(getOpcode(), S, Ty) && "Illegal ZExt"); in ZExtInst() 3320 assert(castIsValid(getOpcode(), S, Ty) && "Illegal SExt"); in SExtInst() 3326 assert(castIsValid(getOpcode(), S, Ty) && "Illegal SExt"); in SExtInst() 3332 assert(castIsValid(getOpcode(), S, Ty) && "Illegal FPTrunc"); in FPTruncInst() [all …]
|
D | Constants.cpp | 1634 assert(CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"); in getCast() 1874 assert(CastInst::castIsValid(Instruction::BitCast, C, DstTy) && in getBitCast() 1886 assert(CastInst::castIsValid(Instruction::AddrSpaceCast, C, DstTy) && in getAddrSpaceCast()
|
D | AutoUpgrade.cpp | 3905 !CastInst::castIsValid(Instruction::BitCast, CI, in UpgradeARCRuntime() 3919 if (!CastInst::castIsValid(Instruction::BitCast, Arg, in UpgradeARCRuntime()
|
D | Verifier.cpp | 1943 Assert(CastInst::castIsValid(Instruction::BitCast, CE->getOperand(0), in visitConstantExpr() 2800 CastInst::castIsValid(Instruction::BitCast, I.getOperand(0), I.getType()), in visitBitCastInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 154 if (COp && CastInst::castIsValid(I.getOpcode(), COp, I.getType())) { in visitCastInst()
|
D | ConstantFolding.cpp | 98 assert(CastInst::castIsValid(Instruction::BitCast, C, DestTy) && in FoldBitCast() 344 if (CastInst::castIsValid(Cast, C, DestTy)) in ConstantFoldLoadThroughBitcast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 705 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3334 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy)) in ParseValID() 6559 if (!CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy)) { in ParseCast() 6560 CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy); in ParseCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3946 if (!CastInst::castIsValid(CastOp, Op, ResTy)) in parseFunctionBody()
|