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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1326 Value *LdExpArg = nullptr; variable
1329 LdExpArg = B.CreateSExt(OpC->getOperand(0), B.getInt32Ty());
1332 LdExpArg = B.CreateZExt(OpC->getOperand(0), B.getInt32Ty());
1335 if (LdExpArg) {
1344 CallInst *CI = B.CreateCall2(Callee, One, LdExpArg);

Completed in 945 milliseconds