Searched defs:PreISelIntrinsicLowering (Results 1 – 1 of 1) sorted by relevance
45 struct PreISelIntrinsicLowering { struct46 const TargetMachine &TM;47 const function_ref<TargetTransformInfo &(Function &)> LookupTTI;52 const bool UseMemIntrinsicLibFunc;54 explicit PreISelIntrinsicLowering( in PreISelIntrinsicLowering() function