Home
last modified time | relevance | path

Searched refs:ConstantFoldLoadFromConstPtr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h134 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, const DataLayout &DL);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp418 if (ConstantFoldLoadFromConstPtr(Src, LoadTy, DL)) in analyzeLoadFromClobberingMemInst()
599 return ConstantFoldLoadFromConstPtr(Src, LoadTy, DL); in getMemInstValueForLoadHelper()
H A DSCCPSolver.cpp1125 if (Constant *C = ConstantFoldLoadFromConstPtr(Ptr, I.getType(), DL)) { in visitLoadInst()
H A DSimplifyLibCalls.cpp980 LHSV = ConstantFoldLoadFromConstPtr(LHSC, IntType, DL); in optimizeMemCmpConstantSize()
985 RHSV = ConstantFoldLoadFromConstPtr(RHSC, IntType, DL); in optimizeMemCmpConstantSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp303 Lhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL); in getLoadPair()
309 Rhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL); in getLoadPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp665 return ConstantFoldLoadFromConstPtr(SrcPtr, DestTy, DL); in ConstantFoldLoadThroughBitcastExpr()
670 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, in ConstantFoldLoadFromConstPtr() function in llvm
679 return ConstantFoldLoadFromConstPtr(GA->getAliasee(), Ty, DL); in ConstantFoldLoadFromConstPtr()
1203 return ConstantFoldLoadFromConstPtr(Ops[0], LI->getType(), DL); in ConstantFoldInstruction()
2865 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, FVTy, DL); in ConstantFoldFixedVectorCall()
H A DInstructionSimplify.cpp3959 return ConstantFoldLoadFromConstPtr(ConstOps[0], LI->getType(), Q.DL); in SimplifyWithOpReplaced()
5221 Constant *Loaded = ConstantFoldLoadFromConstPtr(C, Int32Ty, DL); in SimplifyRelativeLoad()
H A DScalarEvolution.cpp8269 return ConstantFoldLoadFromConstPtr(Operands[0], LI->getType(), DL); in EvaluateExpression()
8693 C = ConstantFoldLoadFromConstPtr(Operands[0], Load->getType(), in computeSCEVAtScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7525 if (const Constant *LoadCst = ConstantFoldLoadFromConstPtr( in getMemCmpLoad()