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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h226 bool DoXform = true);
H A DInstCombineCasts.cpp502 bool DoXform) {
513 if (!DoXform) return ICI;
548 if (!DoXform) return ICI;
599 if (!DoXform) return ICI;
501 transformZExtICmp(ICmpInst *ICI, Instruction &CI, bool DoXform) argument
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4319 bool DoXform = true; local
4322 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
4323 if (DoXform) {
4374 bool DoXform = true; local
4377 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND,
4379 if (DoXform) {
4613 bool DoXform = true; local
4616 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI);
4617 if (DoXform) {
4646 bool DoXform local
4843 bool DoXform = true; local
[all...]

Completed in 148 milliseconds