Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DIntrinsicLowering.h50 void LowerIntrinsicCall(CallInst *CI);
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp340 void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) { in LowerIntrinsicCall() function in IntrinsicLowering
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1094 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction())); in visitCallSite()