Searched refs:ConstantFoldLoadThroughGEPConstantExpr (Results 1 – 4 of 4) sorted by relevance
139 Constant *ConstantFoldLoadThroughGEPConstantExpr(Constant *C, ConstantExpr *CE,
160 return ConstantFoldLoadThroughGEPConstantExpr( in isSimpleEnoughPointerToCommit()231 return ConstantFoldLoadThroughGEPConstantExpr(I, CE, Ty, DL); in ComputeLoadResult()
314 SubInit = ConstantFoldLoadThroughGEPConstantExpr( in CleanupConstantGlobalUsers()337 SubInit = ConstantFoldLoadThroughGEPConstantExpr( in CleanupConstantGlobalUsers()
689 if (Constant *V = ConstantFoldLoadThroughGEPConstantExpr( in ConstantFoldLoadFromConstPtr()1394 Constant *llvm::ConstantFoldLoadThroughGEPConstantExpr(Constant *C, in ConstantFoldLoadThroughGEPConstantExpr() function in llvm