Searched refs:LogVal (Results 1 – 1 of 1) sorted by relevance
3229 llvm::Value *LogVal = CGF.EmitNounwindRuntimeCall(F, Arg); in emitScanBasedDirective() local3231 LogVal = CGF.EmitNounwindRuntimeCall(F, LogVal); in emitScanBasedDirective()3232 LogVal = CGF.Builder.CreateFPToUI(LogVal, CGF.IntTy); in emitScanBasedDirective()3301 llvm::Value *Cmp = CGF.Builder.CreateICmpNE(Next, LogVal); in emitScanBasedDirective()