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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp139 void markForcedConstant(Constant *V) { function in class:__anon10624::LatticeVal
327 void markForcedConstant(Value *V, Constant *C) { function in class:__anon10625::SCCPSolver
330 IV.markForcedConstant(C);
331 DEBUG(dbgs() << "markForcedConstant: " << *C << ": " << *V << '\n');
1326 markForcedConstant(I, Constant::getNullValue(ITy));
1340 markForcedConstant(I, Constant::getNullValue(ITy));
1349 markForcedConstant(I, Constant::getNullValue(ITy));
1357 markForcedConstant(I, Constant::getAllOnesValue(ITy));
1365 markForcedConstant(I, Constant::getNullValue(ITy));
1381 markForcedConstant(
[all...]

Completed in 74 milliseconds