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

  /external/llvm/lib/IR/
Metadata.cpp 342 const Function *FV = getFunctionForValue(To);
345 if (F && FV && F != FV)
  /frameworks/base/libs/hwui/
Caches.h 69 #define FV(x, y, u, v) { x, y, u, v }
74 FV(0.0f, 0.0f, 0.0f, 0.0f),
75 FV(1.0f, 0.0f, 1.0f, 0.0f),
76 FV(0.0f, 1.0f, 0.0f, 1.0f),
77 FV(1.0f, 1.0f, 1.0f, 1.0f)
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 302 Value *FV;
305 FV = SimplifyBinOp(Opcode, SI->getFalseValue(), RHS, Q, MaxRecurse);
308 FV = SimplifyBinOp(Opcode, LHS, SI->getFalseValue(), Q, MaxRecurse);
313 if (TV == FV)
318 return FV;
319 if (FV && isa<UndefValue>(FV))
324 if (TV == SI->getTrueValue() && FV == SI->getFalseValue())
330 if ((FV && !TV) || (TV && !FV)) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 217 FV = VALUE_FLOAT_VEC,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp 691 Value *FV = SI->getOperand(2);
693 if (isa<Constant>(TV) || isa<Constant>(FV)) {
711 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 281 FV = VALUE_FLOAT_VEC,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 229 milliseconds