/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 203 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse() 227 ConstantExpr::getIntegerCast(KnownSize, in processUse()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 203 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/ |
D | Local.h | 69 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
|
/external/llvm-project/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 70 ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 226 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 200 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
|
D | Constants.h | 1086 static Constant *getIntegerCast(
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 171 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
|
D | Constants.h | 1015 static Constant *getIntegerCast(
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 180 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 204 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
|
D | Constants.h | 1140 static Constant *getIntegerCast(
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 178 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 287 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
|
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 303 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 186 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1108 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/ |
D | ConstantFolding.cpp | 1224 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/ |
D | ConstantFolding.cpp | 1263 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/ |
D | InstCombineCasts.cpp | 183 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType() 860 auto *ShAmt = ConstantExpr::getIntegerCast(C, A->getType(), true); in visitTrunc()
|
D | InstCombineCalls.cpp | 1343 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst() 1344 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2137 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst() 2138 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
|
D | InstCombineCasts.cpp | 162 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1326 C = llvm::ConstantExpr::getIntegerCast( in EmitConstantValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 2060 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstantForGV()
|