Searched refs:ConstantFoldLoadFromConstPtr (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 159 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, APInt Offset, 164 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 394 if (ConstantFoldLoadFromConstPtr(Src, LoadTy, APInt(IndexSize, Offset), DL)) in analyzeLoadFromClobberingMemInst() 565 return ConstantFoldLoadFromConstPtr(Src, LoadTy, APInt(IndexSize, Offset), in getMemInstValueForLoad() 589 return ConstantFoldLoadFromConstPtr(Src, LoadTy, APInt(IndexSize, Offset), in getConstantMemInstValueForLoad()
|
H A D | SCCPSolver.cpp | 1453 if (Constant *C = ConstantFoldLoadFromConstPtr(Ptr, I.getType(), DL)) in visitLoadInst()
|
H A D | SimplifyLibCalls.cpp | 1486 LHSV = ConstantFoldLoadFromConstPtr(LHSC, IntType, DL); in optimizeMemCmpConstantSize() 1491 RHSV = ConstantFoldLoadFromConstPtr(RHSC, IntType, DL); in optimizeMemCmpConstantSize()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 306 Lhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL); in getLoadPair() 312 Rhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL); in getLoadPair()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 729 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, in ConstantFoldLoadFromConstPtr() function in llvm 754 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, in ConstantFoldLoadFromConstPtr() function in llvm 757 return ConstantFoldLoadFromConstPtr(C, Ty, Offset, DL); in ConstantFoldLoadFromConstPtr() 1107 return ConstantFoldLoadFromConstPtr(Ops[0], LI->getType(), DL); in ConstantFoldInstOperandsImpl() 3148 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, FVTy, DL); in ConstantFoldFixedVectorCall()
|
H A D | InstructionSimplify.cpp | 5878 Constant *Loaded = ConstantFoldLoadFromConstPtr(C, Int32Ty, DL); in simplifyRelativeLoad() 6577 return ConstantFoldLoadFromConstPtr(PtrOpC, LI->getType(), Offset, Q.DL); in simplifyLoadInst()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8035 ConstantFoldLoadFromConstPtr(const_cast<Constant *>(LoadInput), in getMemCmpLoad()
|