Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h38 void LowerIntrinsicCall(CallInst *CI);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp224 void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) { in LowerIntrinsicCall() function in IntrinsicLowering
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1146 IL->LowerIntrinsicCall(&I); in visitIntrinsicInst()