Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h69 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
/third_party/skia/third_party/externals/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(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h180 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp287 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
/third_party/skia/third_party/externals/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()
DValueTracking.cpp3411 ConstantExpr::getIntegerCast(CE->getOperand(0), in isBytewiseValue()
5191 CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned()); in lookThroughCast()
DInstructionSimplify.cpp846 return ConstantExpr::getIntegerCast(Result, Op0->getType(), true); in SimplifySubInst()
DScalarEvolution.cpp8166 C2 = ConstantExpr::getIntegerCast( in BuildConstantFromSCEV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2060 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstantForGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3367 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
3368 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
DInstCombineCasts.cpp165 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2281 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1712 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { in getIntegerCast() function in ConstantExpr
DInstructions.cpp550 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, in createMalloc()
DCore.cpp1753 return wrap(ConstantExpr::getIntegerCast(unwrap<Constant>(ConstantVal), in LLVMConstIntCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp433 ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false)); in GetConstantInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4434 V = ConstantExpr::getIntegerCast(CI, Ty, in vectorizeTree()