Home
last modified time | relevance | path

Searched refs:getIntegerCast (Results 1 – 25 of 58) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp203 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse()
227 ConstantExpr::getIntegerCast(KnownSize, in processUse()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp203 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse()
227 ConstantExpr::getIntegerCast(KnownSize, in processUse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h69 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DLocal.h70 ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h226 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h200 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
DConstants.h1086 static Constant *getIntegerCast(
/external/llvm/include/llvm/IR/
DConstantFolder.h171 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
DConstants.h1015 static Constant *getIntegerCast(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h180 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
/external/llvm-project/llvm/include/llvm/IR/
DConstantFolder.h204 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
DConstants.h1140 static Constant *getIntegerCast(
/external/llvm/include/llvm/Analysis/
DTargetFolder.h178 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp287 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp303 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h186 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1108 Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1133 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1135 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1202 return ConstantExpr::getIntegerCast(Input, DestTy, false); in ConstantFoldCastOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1224 Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1249 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1251 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1330 return ConstantExpr::getIntegerCast(Input, DestTy, false); in ConstantFoldCastOperand()
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1263 Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1288 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1290 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1369 return ConstantExpr::getIntegerCast(Input, DestTy, false); in ConstantFoldCastOperand()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp183 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType()
860 auto *ShAmt = ConstantExpr::getIntegerCast(C, A->getType(), true); in visitTrunc()
DInstCombineCalls.cpp1343 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
1344 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2137 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
2138 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
DInstCombineCasts.cpp162 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1326 C = llvm::ConstantExpr::getIntegerCast( in EmitConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2060 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstantForGV()

123