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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h232 bool DoXform = true);
H A DInstCombineCasts.cpp511 bool DoXform) {
522 if (!DoXform) return ICI;
557 if (!DoXform) return ICI;
608 if (!DoXform) return ICI;
510 transformZExtICmp(ICmpInst *ICI, Instruction &CI, bool DoXform) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4409 bool DoXform = true; local
4412 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::SIGN_EXTEND, SetCCs, TLI);
4413 if (DoXform) {
4464 bool DoXform = true; local
4467 DoXform = ExtendUsesToFormExtLoad(N, N0.getOperand(0), ISD::SIGN_EXTEND,
4469 if (DoXform) {
4705 bool DoXform = true; local
4708 DoXform = ExtendUsesToFormExtLoad(N, N0, ISD::ZERO_EXTEND, SetCCs, TLI);
4709 if (DoXform) {
4738 bool DoXform local
4935 bool DoXform = true; local
[all...]

Completed in 220 milliseconds