HomeSort by relevance Sort by last modified time
    Searched refs:Cmp1 (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
If.c 131 INTN Cmp1;
152 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1);
154 Cmp1 = (INTN)ShellStrToUintn(Compare1);
162 if (Cmp1 > Cmp2) {
166 if ((UINTN)Cmp1 > (UINTN)Cmp2) {
186 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1);
188 Cmp1 = (INTN)ShellStrToUintn(Compare1);
196 if (Cmp1 < Cmp2) {
200 if ((UINTN)Cmp1 < (UINTN)Cmp2) {
220 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 158 Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));
159 Or = Builder->CreateOr(Cmp1, Or);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineInternal.h 249 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 678 milliseconds