Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp194 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse()
218 ConstantExpr::getIntegerCast(KnownSize, in processUse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h70 ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h204 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
H A DConstants.h1139 getIntegerCast(Constant *C, ///< The integer constant to be casted
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp299 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h186 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1248 Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1273 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1275 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands()
1354 return ConstantExpr::getIntegerCast(Input, DestTy, false); in ConstantFoldCastOperand()
H A DValueTracking.cpp3842 ConstantExpr::getIntegerCast(CE->getOperand(0), in isBytewiseValue()
6069 CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned()); in lookThroughCast()
H A DInstructionSimplify.cpp840 return ConstantExpr::getIntegerCast(Result, Op0->getType(), true); in SimplifySubInst()
H A DScalarEvolution.cpp8540 C2 = ConstantExpr::getIntegerCast( in BuildConstantFromSCEV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp183 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType()
865 auto *ShAmt = ConstantExpr::getIntegerCast(C, A->getType(), true); in visitTrunc()
H A DInstCombineCalls.cpp1543 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
1544 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2048 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstantForGV()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1873 C = llvm::ConstantExpr::getIntegerCast(getOffset(), intptrTy, in tryEmitAbsolute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2522 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2059 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { in getIntegerCast() function in ConstantExpr
H A DCore.cpp1802 return wrap(ConstantExpr::getIntegerCast(unwrap<Constant>(ConstantVal), in LLVMConstIntCast()
H A DInstructions.cpp652 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, in createMalloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp461 ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false)); in GetConstantInt()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1311 See the method [llvm::ConstantExpr::getIntegerCast]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5255 V = ConstantExpr::getIntegerCast(CI, Ty, in vectorizeTree()