Searched defs:LowerToBT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8224 /// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
8226 SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC, function in class:X86TargetLowering
8313 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
8665 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
8971 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);

Completed in 49 milliseconds