Searched refs:Cast1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1171 FPExtInst *Cast1 = dyn_cast<FPExtInst>(CI->getArgOperand(0)); variable
1173 if (!Cast1 || !Cast1->getOperand(0)->getType()->isFloatTy() ||
1180 Value *V1 = Cast1->getOperand(0);

Completed in 1005 milliseconds