Home
last modified time | relevance | path

Searched refs:convertConstantExprsToInstructions (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DReplaceConstant.cpp22 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions() function
30 convertConstantExprsToInstructions(I, CEPaths, Insts); in convertConstantExprsToInstructions()
33 void convertConstantExprsToInstructions( in convertConstantExprsToInstructions() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DReplaceConstant.h33 void convertConstantExprsToInstructions(
44 void convertConstantExprsToInstructions(
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUReplaceLDSUseWithPointer.cpp279 convertConstantExprsToInstructions(I, CE, &UserInsts); in replaceLDSUseByPointer()