| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelAttributes.cpp | 194 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 D | Local.h | 70 ConstantExpr::getIntegerCast(OpC, IntIdxTy, true /*SExt*/);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 204 return ConstantExpr::getIntegerCast(C, DestTy, isSigned); in CreateIntCast()
|
| H A D | Constants.h | 1139 getIntegerCast(Constant *C, ///< The integer constant to be casted
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 299 C = ConstantExpr::getIntegerCast(C, Ty, false); in getReducedOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 186 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned)); in CreateIntCast()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1248 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 D | ValueTracking.cpp | 3842 ConstantExpr::getIntegerCast(CE->getOperand(0), in isBytewiseValue() 6069 CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned()); in lookThroughCast()
|
| H A D | InstructionSimplify.cpp | 840 return ConstantExpr::getIntegerCast(Result, Op0->getType(), true); in SimplifySubInst()
|
| H A D | ScalarEvolution.cpp | 8540 C2 = ConstantExpr::getIntegerCast( in BuildConstantFromSCEV()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 183 C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/); in EvaluateInDifferentType() 865 auto *ShAmt = ConstantExpr::getIntegerCast(C, A->getType(), true); in visitTrunc()
|
| H A D | InstCombineCalls.cpp | 1543 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 D | NVPTXAsmPrinter.cpp | 2048 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstantForGV()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1873 C = llvm::ConstantExpr::getIntegerCast(getOffset(), intptrTy, in tryEmitAbsolute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2522 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstant()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 2059 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { in getIntegerCast() function in ConstantExpr
|
| H A D | Core.cpp | 1802 return wrap(ConstantExpr::getIntegerCast(unwrap<Constant>(ConstantVal), in LLVMConstIntCast()
|
| H A D | Instructions.cpp | 652 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, in createMalloc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 461 ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false)); in GetConstantInt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1311 See the method [llvm::ConstantExpr::getIntegerCast]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5255 V = ConstantExpr::getIntegerCast(CI, Ty, in vectorizeTree()
|