Home
last modified time | relevance | path

Searched refs:getCast (Results 1 – 25 of 74) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
411 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
460 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
473 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
497 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
513 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
541 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
580 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy)); in ConstantFoldCastInstruction()
652 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
2005 if (ConstantExpr::getCast(CE1->getOpcode(), C2Inverse, in ConstantFoldCompareInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
413 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
462 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
476 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
500 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
516 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
544 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
576 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy)); in ConstantFoldCastInstruction()
641 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
1980 if (ConstantExpr::getCast(CE1->getOpcode(), C2Inverse, in ConstantFoldCompareInstruction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp380 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
446 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
461 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
485 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
501 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
532 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
559 res.push_back(ConstantExpr::getCast(opc, in ConstantFoldCastInstruction()
617 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DConstants.cpp816 return ConstantExpr::getCast(getOpcode(), Op, getType()); in getWithOperandReplaced()
884 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty); in getWithOperands()
1230 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { in getCast() function in ConstantExpr
1293 return getCast(opcode, C, Ty); in getIntegerCast()
1305 return getCast(opcode, C, Ty); in getFPCast()
2114 Replacement = ConstantExpr::getCast(getOpcode(), To, getType()); in replaceUsesOfWithOnConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp157 ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) { in visitCastInst()
DConstantFolding.cpp340 return ConstantExpr::getCast(Cast, C, DestTy); in ConstantFoldLoadThroughBitcast()
752 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
1297 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
1317 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
1328 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
DPHITransAddr.cpp199 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(), in PHITranslateSubExpr()
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp152 ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) { in visitCastInst()
DConstantFolding.cpp524 return ConstantExpr::getCast(Cast, C, DestTy); in ConstantFoldLoadThroughBitcast()
704 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
1205 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
1225 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
1236 return ConstantExpr::getCast(Opcode, C, DestTy); in ConstantFoldCastOperand()
DPHITransAddr.cpp201 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(), in PHITranslateSubExpr()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp558 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
856 return ConstantExpr::getCast(Opcode, Ops[0], DestTy); in ConstantFoldInstOperands()
867 return ConstantExpr::getCast(Opcode, Ops[0], DestTy); in ConstantFoldInstOperands()
877 return ConstantExpr::getCast(Opcode, Ops[0], DestTy); in ConstantFoldInstOperands()
DPHITransAddr.cpp199 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(), in PHITranslateSubExpr()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp78 ConstantExpr::getCast(Instruction::IntToPtr, AddrIntVal, in createIRTypedAddress()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h157 return ConstantExpr::getCast(Op, C, DestTy); in CreateCast()
DTargetFolder.h171 return Fold(ConstantExpr::getCast(Op, C, DestTy)); in CreateCast()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h183 return ConstantExpr::getCast(Op, C, DestTy); in CreateCast()
/external/llvm/include/llvm/IR/
DConstantFolder.h158 return ConstantExpr::getCast(Op, C, DestTy); in CreateCast()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h171 return Fold(ConstantExpr::getCast(Op, C, DestTy)); in CreateCast()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h172 return Fold(ConstantExpr::getCast(Op, C, DestTy)); in CreateCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp180 ConstantExpr::getCast(Instruction::IntToPtr, AddrIntVal, in createIRTypedAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp55 Constant *OnePtr = ConstantExpr::getCast(Instruction::IntToPtr, One, in SetUp()
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp55 Constant *OnePtr = ConstantExpr::getCast(Instruction::IntToPtr, One, in SetUp()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp286 InstResult = ConstantExpr::getCast(CI->getOpcode(), in EvaluateBlock()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h333 Constant *Init = ConstantExpr::getCast(Instruction::IntToPtr, in addLogicalModule()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp520 ConstantExpr::getCast(Instruction::BitCast, P, Builder.getInt8PtrTy()); in TEST_F()

123