reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2491 if (Call->isNoBuiltin() || Call->isStrictFP()) 2491 if (Call->isNoBuiltin() || Call->isStrictFP()) 2493 Function *F = Call->getCalledFunction(); 2501 if (Call->getNumArgOperands() == 1) { 2502 if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) { 2600 if (Call->getNumArgOperands() == 2) { 2601 ConstantFP *Op0C = dyn_cast<ConstantFP>(Call->getArgOperand(0)); 2602 ConstantFP *Op1C = dyn_cast<ConstantFP>(Call->getArgOperand(1));